﻿# Italy - politicians

ecchi_ita_dannunzio_character_template = {
    first_name = Gabriele
    last_name = ecchi_DAnnunzio
    culture = cu:south_italian
    female = no
    religion = catholic
    ideology = ideology_ethno_nationalist
    interest_group = ig_petty_bourgeoisie
    birth_date = 1863.3.12
    traits = { romantic charismatic hedonist }
    interest_group_leader_usage = {
        country_trigger = {
            OR = {
                AND = {
                    exists = c:ITA
                    this = c:ITA
                    NOT = { exists = c:SIC }
                }
                AND = {
                    exists = c:SIC
                    this = c:SIC
                }
            }
        }
        interest_group_trigger = {
            is_marginal = no
            OR = {
                is_interest_group_type = ig_petty_bourgeoisie
                is_interest_group_type = ig_armed_forces
            }
        }
        earliest_usage_date = 1889.1.1
        latest_usage_date = 1938.3.1
        chance = 90
    }
}

ecchi_ita_mussolini_character_template = {
    first_name = Benito
    last_name = ecchi_Mussolini
    culture = cu:north_italian
    female = no
    religion = catholic
    ideology = ideology_fascist
    interest_group = ig_petty_bourgeoisie
	dna = ecchi_dna_benito_mussolini
    birth_date = 1883.7.29
    traits = { hedonist demagogue charismatic ambitious }
    interest_group_leader_usage = {
        country_trigger = {
            OR = {
                AND = {
                    exists = c:ITA
                    this = c:ITA
                    NOT = { exists = c:PAP }
                }
                AND = {
                    exists = c:PAP
                    this = c:PAP
                }
            }
        }
        interest_group_trigger = {
            is_marginal = no
            OR = {
                is_interest_group_type = ig_petty_bourgeoisie
                is_interest_group_type = ig_armed_forces
            }
        }
        earliest_usage_date = 1922.1.1
        latest_usage_date = 1945.4.28
        chance = 90
    }
}
